home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMCREATEUSER / TFORMCREATEUSER.txt
Text File  |  2005-01-28  |  1KB  |  63 lines

  1. object FormCreateUser: TFormCreateUser
  2.   Left = 329
  3.   Top = 248
  4.   HelpContext = 442
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Create User'
  8.   ClientHeight = 154
  9.   ClientWidth = 237
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 237
  24.     Height = 98
  25.     Align = alTop
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 21
  29.       Top = 20
  30.       Width = 195
  31.       Height = 24
  32.       Caption = 'Input a new user name in edit box'
  33.     end
  34.     object Edit1: TEdit
  35.       Left = 21
  36.       Top = 44
  37.       Width = 195
  38.       Height = 24
  39.       AutoSize = False
  40.       TabOrder = 0
  41.     end
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 29
  45.     Top = 110
  46.     Width = 75
  47.     Height = 30
  48.     Caption = 'Cr&eate'
  49.     Default = True
  50.     TabOrder = 1
  51.     OnClick = BitBtn1Click
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 133
  55.     Top = 110
  56.     Width = 75
  57.     Height = 30
  58.     Caption = 'Can&cel'
  59.     TabOrder = 2
  60.     OnClick = BitBtn2Click
  61.   end
  62. end
  63.